home *** CD-ROM | disk | FTP | other *** search
- Path: news.uh.edu!usenet
- From: Sensarn <txs53132@bayou.uh.edu>
- Newsgroups: comp.lang.c++
- Subject: Re: Need help printing graphics--Borland 3.0
- Date: 31 Jan 1996 20:37:20 GMT
- Organization: AEtna Insurance Agency
- Message-ID: <4eoju0$gc2@masala.cc.uh.edu>
- References: <futi.34.00315776@azstarnet.com>
- NNTP-Posting-Host: sip-14284.public-dialups.uh.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- futi@azstarnet.com (John B. Farmer) wrote:
- >I have a lovely little program that draws the Sierpinski Gasket in the graphics mode
- >(using Borland C++, v. 3.0). I would like to print the output, but can't
- >figure out how. I've tried file redirection like in UNIX (using the '>'
- >operator from the command line). I tried the 'print screen' key. I don't
- >really know what else to try. Any help would be appreciated!
- Try this:
-
- asm {
- int 0x5
- }
-
- You must also run GRAPHICS.EXE from DOS (it might be GRAPHICS.COM -- I
- can't remember).
-
- Steven Sensarn - txs53132@bayou.uh.edu
-
-